Add spaces in string

54

Add spaces in string -

string1="Rose"
string1= string1 + new string(' ', 10)

Comments

Submit
0 Comments